Type Definition op_pixels_func
ffmpeg_dev::sys
type op_pixels_func = Option<unsafe extern "C" fn(block: *mut u8, pixels: *const u8, line_size: isize, h: c_int)>;