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