pub unsafe extern "C" fn NEWS_GetNotificationHeader(
news_id: u32_,
header: *mut NotificationHeader,
) -> ResultExpand 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.