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

Sets a custom header for a specific notification.

§Arguments

  • news_id - Identification number of the notification.
  • header - Pointer to notification header to set.