pub type SDL_FunctionPointer = Option<unsafe extern "C" fn()>;
pub enum SDL_FunctionPointer { None, Some(unsafe extern "C" fn()), }
No value.
Some value of type T.
T