pub unsafe extern "C" fn dc1394_bayer_decoding_8bit(
    bayer: *const u8,
    rgb: *mut u8,
    width: u32,
    height: u32,
    tile: Type,
    method: Type
) -> Type