pub unsafe fn ObReferenceObjectByPointer<P0>(
    object: *const c_void,
    desiredaccess: u32,
    objecttype: P0,
    accessmode: i8,
) -> NTSTATUS
where P0: Param<POBJECT_TYPE>,