pub type PFSRTL_EXTRA_CREATE_PARAMETER_CLEANUP_CALLBACK = Option<unsafe extern "system" fn(ecpcontext: *mut c_void, ecptype: *const GUID)>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.