pub unsafe extern "system" fn ObOpenObjectByPointerWithTag(
    object: *const c_void,
    handleattributes: u32,
    passedaccessstate: *const ACCESS_STATE,
    desiredaccess: u32,
    objecttype: POBJECT_TYPE,
    accessmode: i8,
    tag: u32,
    handle: *mut HANDLE
) -> NTSTATUS
Expand description

Required features: "Wdk_Foundation", "Wdk_System_SystemServices", "Win32_Foundation", "Win32_Security"