Function windows::Wdk::Storage::FileSystem::NtCancelIoFileEx

pub unsafe fn NtCancelIoFileEx<P0>(
    filehandle: P0,
    iorequesttocancel: Option<*const IO_STATUS_BLOCK>,
    iostatusblock: *mut IO_STATUS_BLOCK,
) -> NTSTATUS
where P0: Param<HANDLE>,