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