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

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.