Function windows::Wdk::System::SystemServices::ZwGetNotificationResourceManager
pub unsafe fn ZwGetNotificationResourceManager<P0>(
resourcemanagerhandle: P0,
transactionnotification: *mut TRANSACTION_NOTIFICATION,
notificationlength: u32,
timeout: *const i64,
returnlength: Option<*mut u32>,
asynchronous: u32,
asynchronouscontext: usize,
) -> NTSTATUSwhere
P0: Param<HANDLE>,