Type Alias pjrt_sys::PJRT_Error_Destroy
source · pub type PJRT_Error_Destroy = Option<unsafe extern "C" fn(args: *mut PJRT_Error_Destroy_Args)>;Aliased Type§
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.