pub unsafe fn QueryMemoryResourceNotification<P0>(
    resourcenotificationhandle: P0,
    resourcestate: *mut BOOL,
) -> Result<()>
where P0: Param<HANDLE>,