pub type PRESUTIL_VERIFY_PROPERTY_TABLE = Option<unsafe extern "system" fn(ppropertytable: *const RESUTIL_PROPERTY_ITEM, reserved: *const c_void, ballowunknownproperties: BOOL, pinpropertylist: *const c_void, cbinpropertylistsize: u32, poutparams: *mut u8) -> u32>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.