Type Definition libpng_sys::ffi::png_progressive_row_ptr [] [src]

type png_progressive_row_ptr = Option<unsafe extern "C" fn(arg1: *mut png_struct, arg2: *mut u8, arg3: u32, arg4: c_int)>;