Function windows::Wdk::System::SystemServices::NtOpenResourceManager

pub unsafe fn NtOpenResourceManager<P0>(
    resourcemanagerhandle: *mut HANDLE,
    desiredaccess: u32,
    tmhandle: P0,
    resourcemanagerguid: Option<*const GUID>,
    objectattributes: Option<*const OBJECT_ATTRIBUTES>,
) -> NTSTATUS
where P0: Param<HANDLE>,