Function raw_write_frame

Source
pub fn raw_write_frame<T>(
    fd: c_int,
    frame_ptr: *const T,
    n: usize,
) -> Result<()>