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