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