pub type Event_Float_Callback = Option<unsafe extern "C" fn(obj: *mut c_void, argument: f32)>;
enum Event_Float_Callback { None, Some(unsafe extern "C" fn(_: *mut c_void, _: f32)), }
No value.
Some value of type T.
T