pub type PWINBIO_ASYNC_COMPLETION_CALLBACK = Option<unsafe extern "system" fn(asyncresult: *const WINBIO_ASYNC_RESULT)>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.