Type Definition freetype::ffi::FT_Stream_IoFunc [] [src]

type FT_Stream_IoFunc = extern "C" fn(*mut FT_StreamRec, u64, *mut u8, u64) -> u64;