pub type ktxStream_skip = Option<unsafe extern "C" fn(str_: *mut ktxStream, count: ktx_size_t) -> ktx_error_code_e>;Expand description
@~English @brief type for a pointer to a stream skipping function
Aliased Type§
pub enum ktxStream_skip {
None,
Some(unsafe extern "C" fn(*mut ktxStream, usize) -> i32),
}