pub fn buffer_from_vec(v: Vec<u8>) -> FolditPluginBufferExpand description
Hand a Vec<u8> to the host. Ownership transfers; the host returns it
through free_buffer, which reconstructs the Vec from the recorded
capacity.
pub fn buffer_from_vec(v: Vec<u8>) -> FolditPluginBufferHand a Vec<u8> to the host. Ownership transfers; the host returns it
through free_buffer, which reconstructs the Vec from the recorded
capacity.