Function windows_sys::Wdk::Storage::FileSystem::ZwNotifyChangeKey

pub unsafe extern "system" fn ZwNotifyChangeKey(
    keyhandle: HANDLE,
    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