Function windows::Wdk::Storage::FileSystem::ZwCancelIoFileEx

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