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