Function windows::Wdk::System::SystemServices::ZwCreateResourceManager

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