Skip to main content

NetBlobAdapterStoreFn

Type Alias NetBlobAdapterStoreFn 

Source
pub type NetBlobAdapterStoreFn = unsafe extern "C" fn(ctx: *mut c_void, uri: *const c_char, hash: *const u8, size: u64, data: *const u8, data_len: usize) -> c_int;
Expand description

store function pointer. Caller-allocates nothing; returns 0 on success or a negative c_int on failure.