Type Alias ktxStream_write

Source
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),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut ktxStream, *const c_void, usize, usize) -> u32)

Some value of type T.