Function THFile_readByteRaw

Source
pub unsafe extern "C" fn THFile_readByteRaw(
    self_: *mut THFile,
    data: *mut c_uchar,
    n: usize,
) -> usize