#[no_mangle]
pub unsafe extern "C" fn xila_file_system_send(
socket: XilaUniqueFileIdentifier,
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.