pub unsafe fn ZwSetInformationResourceManager<P0>(
    resourcemanagerhandle: P0,
    resourcemanagerinformationclass: RESOURCEMANAGER_INFORMATION_CLASS,
    resourcemanagerinformation: *const c_void,
    resourcemanagerinformationlength: u32,
) -> NTSTATUS
where P0: Param<HANDLE>,