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