Function ndk_sys::fread

source ·
pub unsafe extern "C" fn fread(
    __buf: *mut c_void,
    __size: c_uint,
    __count: c_uint,
    __fp: *mut FILE
) -> c_uint