pub type im_dest_obj_fn = Option<unsafe extern "C" fn(obj: im_object) -> c_int>;
pub enum im_dest_obj_fn { None, Some(unsafe extern "C" fn(*mut c_void) -> i32), }
No value.
Some value of type T.
T