Function windows::Wdk::System::SystemServices::ZwSetInformationResourceManager
pub unsafe fn ZwSetInformationResourceManager<P0>(
resourcemanagerhandle: P0,
resourcemanagerinformationclass: RESOURCEMANAGER_INFORMATION_CLASS,
resourcemanagerinformation: *const c_void,
resourcemanagerinformationlength: u32,
) -> NTSTATUSwhere
P0: Param<HANDLE>,