pub type amestimateparallelscan_function = Option<unsafe extern "C" fn() -> Size>;
enum amestimateparallelscan_function { None, Some(unsafe extern "C" fn() -> usize), }
No value.
Some value of type T.
T