pub unsafe extern "C" fn signal_buffer_alloc(
len: usize,
) -> *mut signal_bufferExpand description
Allocate a new buffer to store data of the provided length.
@param len length of the buffer to allocate @return pointer to the allocated buffer, or 0 on failure