pub type conf_init_func = Option<unsafe extern "C" fn(_: *mut conf_imodule_st, _: *const conf_st) -> i32>;
enum conf_init_func { None, Some(unsafe extern "C" fn(_: *mut conf_imodule_st, _: *const conf_st) -> i32), }
No value.
Some value of type T.
T