Type Alias Proc_MSPRegisterNotify

Source
pub type Proc_MSPRegisterNotify = Option<unsafe extern "C" fn(statusCb: msp_status_ntf_handler, userData: *mut c_void) -> *const c_char>;

Aliased Type§

enum Proc_MSPRegisterNotify {
    None,
    Some(unsafe extern "C" fn(_: Option<unsafe extern "C" fn(_: i32, _: i32, _: i32, _: *const c_void, _: *mut c_void)>, _: *mut c_void) -> *const i8),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: Option<unsafe extern "C" fn(_: i32, _: i32, _: i32, _: *const c_void, _: *mut c_void)>, _: *mut c_void) -> *const i8)

Some value of type T.