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