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),
}