pub type BNProgressFunction = Option<unsafe extern "C" fn(arg1: *mut c_void, arg2: usize, arg3: usize) -> bool>;
pub enum BNProgressFunction { None, Some(unsafe extern "C" fn(*mut c_void, usize, usize) -> bool), }
No value.
Some value of type T.
T