PxOutputStream_write_mut

Function PxOutputStream_write_mut 

Source
pub unsafe extern "C" fn PxOutputStream_write_mut(
    self_: *mut PxOutputStream,
    src: *const c_void,
    count: u32,
) -> u32
Expand description

write to the stream. The number of bytes written may be less than the number sent.

the number of bytes written to the stream by this call.