pub type PL_agc_hook_t = Option<unsafe extern "C" fn(a: atom_t) -> c_int>;
enum PL_agc_hook_t { None, Some(unsafe extern "C" fn(_: usize) -> i32), }
No value.
Some value of type T.
T