Type Alias libbpf_sys::btf_dump_printf_fn_t

source ·
pub type btf_dump_printf_fn_t = Option<unsafe extern "C" fn(ctx: *mut c_void, fmt: *const c_char, args: *mut __va_list_tag)>;

Aliased Type§

enum btf_dump_printf_fn_t {
    None,
    Some(unsafe extern "C" fn(_: *mut c_void, _: *const i8, _: *mut __va_list_tag)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut c_void, _: *const i8, _: *mut __va_list_tag))

Some value of type T.