xila_file_system_send

Function xila_file_system_send 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn xila_file_system_send( _socket: XilaFileIdentifier, buffer: *const u8, size: usize, ) -> XilaFileSystemResult
Expand description

This function is used to send data through a socket.

ยงSafety

This function is unsafe because it dereferences raw pointers.