pub type MaaNotificationCallback = Option<unsafe extern "C" fn(message: *const c_char, details_json: *const c_char, notify_trans_arg: *mut c_void)>;Aliased Type§
pub enum MaaNotificationCallback {
None,
Some(unsafe extern "C" fn(*const u8, *const u8, *mut c_void)),
}