pub unsafe extern "system" fn NtNotifyChangeMultipleKeys(
    masterkeyhandle: HANDLE,
    count: u32,
    subordinateobjects: *const OBJECT_ATTRIBUTES,
    event: HANDLE,
    apcroutine: PIO_APC_ROUTINE,
    apccontext: *const c_void,
    iostatusblock: *mut IO_STATUS_BLOCK,
    completionfilter: u32,
    watchtree: BOOLEAN,
    buffer: *mut c_void,
    buffersize: u32,
    asynchronous: BOOLEAN
) -> NTSTATUS
Expand description

Required features: "Wdk_Foundation", "Win32_Foundation", "Win32_System_IO"