pub unsafe extern "C" fn xila_file_system_send(
_socket: XilaFileIdentifier,
buffer: *const u8,
size: usize,
) -> XilaFileSystemResultExpand description
This function is used to send data through a socket.
ยงSafety
This function is unsafe because it dereferences raw pointers.