pub type FPtr_scopy = Option<unsafe extern "C" fn(dest: *mut c_void, src: *const c_void)>;
pub enum FPtr_scopy { None, Some(unsafe extern "C" fn(*mut c_void, *const c_void)), }
No value.
Some value of type T.
T