hts_sys

Type Alias __io_write_fn

Source
pub type __io_write_fn = Option<unsafe extern "C" fn(__cookie: *mut c_void, __buf: *const c_char, __n: size_t) -> __ssize_t>;

Aliased Type§

enum __io_write_fn {
    None,
    Some(unsafe extern "C" fn(_: *mut c_void, _: *const i8, _: u64) -> i64),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut c_void, _: *const i8, _: u64) -> i64)

Some value of type T.