Skip to main content

OrtWriteBufferFunc

Type Alias OrtWriteBufferFunc 

Source
pub type OrtWriteBufferFunc = Option<unsafe extern "system" fn(state: *mut c_void, buffer: *const c_void, buffer_num_bytes: usize) -> OrtStatusPtr>;

Aliased Type§

pub enum OrtWriteBufferFunc {
    None,
    Some(unsafe extern "system" fn(*mut c_void, *const c_void, usize) -> OrtStatusPtr),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(*mut c_void, *const c_void, usize) -> OrtStatusPtr)

Some value of type T.