pub type PRESUTIL_DUP_PARAMETER_BLOCK = Option<unsafe extern "system" fn(poutparams: *mut u8, pinparams: *const u8, ppropertytable: *const RESUTIL_PROPERTY_ITEM) -> u32>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.