pub unsafe extern "C" fn NEWS_GetNotificationHeader(
    news_id: u32_,
    header: *mut NotificationHeader
) -> Result
Expand description

Gets the header of a specific notification.

§Arguments

  • news_id - Identification number of the notification.
  • header - Pointer where header of the notification will be saved.