pub type PJRT_Executable_SizeOfGeneratedCodeInBytes = Option<unsafe extern "C" fn(args: *mut PJRT_Executable_SizeOfGeneratedCodeInBytes_Args) -> *mut PJRT_Error>;

Aliased Type§

enum PJRT_Executable_SizeOfGeneratedCodeInBytes {
    None,
    Some(unsafe extern "C" fn(_: *mut PJRT_Executable_SizeOfGeneratedCodeInBytes_Args) -> *mut PJRT_Error),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut PJRT_Executable_SizeOfGeneratedCodeInBytes_Args) -> *mut PJRT_Error)

Some value of type T.