pub unsafe extern "C" fn NEWS_SetNotificationHeader(
news_id: u32_,
header: *const NotificationHeader,
) -> ResultExpand description
Sets a custom header for a specific notification.
ยงArguments
news_id- Identification number of the notification.header- Pointer to notification header to set.