PJRT_Buffer_Destroy

Type Alias PJRT_Buffer_Destroy 

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

Aliased Type§

pub enum PJRT_Buffer_Destroy {
    None,
    Some(unsafe extern "C" fn(*mut PJRT_Buffer_Destroy_Args) -> *mut PJRT_Error),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut PJRT_Buffer_Destroy_Args) -> *mut PJRT_Error)

Some value of type T.