Skip to main content

ffi_buffer_alloc

Function ffi_buffer_alloc 

Source
#[unsafe(no_mangle)]
pub extern "C" fn ffi_buffer_alloc(capacity: usize) -> FfiBuffer
Expand description

Allocate an FfiBuffer of capacity bytes.

Exported as: ffi_buffer_alloc