Type Definition spng_sys::spng_read_fn[][src]

pub type spng_read_fn = Option<unsafe extern "C" fn(ctx: *mut spng_ctx, user: *mut c_void, dest: *mut c_void, length: usize) -> c_int>;