pub type PRESUTIL_FIND_BINARY_PROPERTY = Option<unsafe extern "system" fn(ppropertylist: *const c_void, cbpropertylistsize: u32, pszpropertyname: PCWSTR, pbpropertyvalue: *mut *mut u8, pcbpropertyvaluesize: *mut u32) -> u32>;

Aliased Type§

enum PRESUTIL_FIND_BINARY_PROPERTY {
    None,
    Some(unsafe extern "system" fn(_: *const c_void, _: u32, _: PCWSTR, _: *mut *mut u8, _: *mut u32) -> u32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.