pub type sfShapeGetPointCountCallback = Option<unsafe extern "C" fn(arg1: *mut c_void) -> usize>;
pub enum sfShapeGetPointCountCallback { None, Some(unsafe extern "C" fn(*mut c_void) -> usize), }
No value.
Some value of type T.
T