pub type FallbackFont_Plotter = Option<unsafe extern "C" fn(x: c_int, y: c_int, ctx: *mut c_void)>;
enum FallbackFont_Plotter { None, Some(unsafe extern "C" fn(i32, i32, *mut c_void)), }
No value.
Some value of type T.
T