pub unsafe extern "system" fn NtGetNotificationResourceManager(
    resourcemanagerhandle: HANDLE,
    transactionnotification: *mut TRANSACTION_NOTIFICATION,
    notificationlength: u32,
    timeout: *const i64,
    returnlength: *mut u32,
    asynchronous: u32,
    asynchronouscontext: usize
) -> NTSTATUS
Expand description

Required features: "Win32_Foundation", "Win32_Storage_FileSystem"