pub unsafe extern "C" fn NEWS_SetNotificationMessage(
news_id: u32_,
message: *const u16_,
size: u32_,
) -> ResultExpand description
Sets a custom message for a specific notification.
ยงArguments
news_id- Identification number of the notification.message- Pointer to UTF-16 message to set.size- Size of message to set.