pub type vprintf_like_t = Option<unsafe extern "C" fn(arg1: *const c_char, arg2: va_list) -> c_int>;
enum vprintf_like_t { None, Some(unsafe extern "C" fn(_: *const u8, _: *mut c_void) -> i32), }
No value.
Some value of type T.
T