Function windows::Wdk::Storage::FileSystem::ObOpenObjectByPointer
pub unsafe fn ObOpenObjectByPointer<P0>(
object: *const c_void,
handleattributes: u32,
passedaccessstate: Option<*const ACCESS_STATE>,
desiredaccess: u32,
objecttype: P0,
accessmode: i8,
handle: *mut HANDLE,
) -> NTSTATUSwhere
P0: Param<POBJECT_TYPE>,