pub unsafe fn ZwGetNotificationResourceManager<P0>(
    resourcemanagerhandle: P0,
    transactionnotification: *mut TRANSACTION_NOTIFICATION,
    notificationlength: u32,
    timeout: *const i64,
    returnlength: Option<*mut u32>,
    asynchronous: u32,
    asynchronouscontext: usize,
) -> NTSTATUS
where P0: Param<HANDLE>,