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