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