pub type FT_Outline_LineToFunc = Option<unsafe extern "C" fn(to: *const FT_Vector, user: *mut c_void) -> c_int>;
pub enum FT_Outline_LineToFunc { None, Some(unsafe extern "C" fn(*const FT_Vector_, *mut c_void) -> i32), }
No value.
Some value of type T.
T