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