pub type PQUERY_LOG_USAGE = Option<unsafe extern "system" fn(loghandle: *const c_void, percentagefull: *mut u16)>;

Aliased Type§

enum PQUERY_LOG_USAGE {
    None,
    Some(unsafe extern "system" fn(_: *const c_void, _: *mut u16)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *const c_void, _: *mut u16))

Some value of type T.