pub type fill_string_relopt = Option<unsafe extern "C" fn(value: *const c_char, ptr: *mut c_void) -> Size>;
enum fill_string_relopt { None, Some(unsafe extern "C" fn(_: *const i8, _: *mut c_void) -> usize), }
No value.
Some value of type T.
T