Type Definition ncnn_rs::ReadFn

source · []
pub type ReadFn = unsafe extern "C" fn(dr: ncnn_datareader_t, buf: *mut c_void, size: size_t) -> size_t;