pub type PFIND_FILELOCK_OWNERINFO = Option<unsafe extern "system" fn(client: Option<IDebugClient>, pfilelockowner: *mut KDEXT_FILELOCK_OWNER) -> HRESULT>;

Aliased Type§

enum PFIND_FILELOCK_OWNERINFO {
    None,
    Some(unsafe extern "system" fn(_: Option<IDebugClient>, _: *mut KDEXT_FILELOCK_OWNER) -> HRESULT),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: Option<IDebugClient>, _: *mut KDEXT_FILELOCK_OWNER) -> HRESULT)

Some value of type T.