pub type astcenc_progress_callback = Option<unsafe extern "C" fn(arg1: f32)>;Expand description
@brief Function pointer type for compression progress reporting callback.
Aliased Type§
pub enum astcenc_progress_callback {
None,
Some(unsafe extern "C" fn(f32)),
}