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