pub type MSGCALLRELEASE = Option<unsafe extern "system" fn(ulcallerdata: u32, lpmessage: Option<IMessage>)>;

Aliased Type§

enum MSGCALLRELEASE {
    None,
    Some(unsafe extern "system" fn(_: u32, _: Option<IMessage>)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: u32, _: Option<IMessage>))

Some value of type T.