Type Alias libyang2_sys::ly_write_clb

source ·
pub type ly_write_clb = Option<unsafe extern "C" fn(user_data: *mut c_void, buf: *const c_void, count: usize) -> isize>;

Aliased Type§

enum ly_write_clb {
    None,
    Some(unsafe extern "C" fn(_: *mut c_void, _: *const c_void, _: usize) -> isize),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut c_void, _: *const c_void, _: usize) -> isize)

Some value of type T.