pub type VSIFilesystemPluginTruncateCallback = Option<unsafe extern "C" fn(pFile: *mut c_void, nNewSize: vsi_l_offset) -> c_int>;
Expand description

Truncate handle. Mandatory (driver dependent?) for write handles