pub type EndForeignInsert_function = Option<unsafe extern "C" fn(estate: *mut EState, rinfo: *mut ResultRelInfo)>;
enum EndForeignInsert_function { None, Some(unsafe extern "C" fn(_: *mut EState, _: *mut ResultRelInfo)), }
No value.
Some value of type T.
T