pub type PRJ_CANCEL_COMMAND_CB = Option<unsafe extern "system" fn(callbackdata: *const PRJ_CALLBACK_DATA)>;

Aliased Type§

enum PRJ_CANCEL_COMMAND_CB {
    None,
    Some(unsafe extern "system" fn(_: *const PRJ_CALLBACK_DATA)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *const PRJ_CALLBACK_DATA))

Some value of type T.