pub type PJRT_Error_Destroy = Option<unsafe extern "C" fn(args: *mut PJRT_Error_Destroy_Args)>;Aliased Type§
pub enum PJRT_Error_Destroy {
None,
Some(unsafe extern "C" fn(*mut PJRT_Error_Destroy_Args)),
}Variants§
None
No value.
Some(unsafe extern "C" fn(*mut PJRT_Error_Destroy_Args))
Some value of type T.