Skip to main content
This is unreleased documentation for the main (development) branch of crypto-glue.

fread

Function fread 

Source
pub unsafe extern "C" fn fread(
    ptr: *mut c_void,
    size: size_t,
    nobj: size_t,
    stream: *mut FILE,
) -> size_t