Skip to main content

MaaNotificationCallback

Type Alias MaaNotificationCallback 

Source
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)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*const u8, *const u8, *mut c_void))

Some value of type T.