pub type VSIFilesystemPluginWriteCallback = Option<unsafe extern "C" fn(pFile: *mut c_void, pBuffer: *const c_void, nSize: usize, nCount: usize) -> usize>;
Expand description

Write bytes at current offset. Mandatory for writable handles @since GDAL 3.0