pub type PDETECT_PROGRESS_NOTIFY = Option<unsafe extern "system" fn(progressnotifyparam: *const c_void, detectcomplete: u32) -> BOOL>;

Aliased Type§

enum PDETECT_PROGRESS_NOTIFY {
    None,
    Some(unsafe extern "system" fn(_: *const c_void, _: u32) -> BOOL),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *const c_void, _: u32) -> BOOL)

Some value of type T.