pub type arg_dstr_freefn = Option<unsafe extern "C" fn(buf: *mut c_char)>;
pub enum arg_dstr_freefn { None, Some(unsafe extern "C" fn(*mut u8)), }
No value.
Some value of type T.
T