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