pub unsafe extern "C" fn PxInputStream_read_mut(
    self_: *mut PxInputStream,
    dest: *mut c_void,
    count: u32
) -> u32
Expand description

read from the stream. The number of bytes read may be less than the number requested.

the number of bytes read from the stream.