pub unsafe extern "C" fn xmp_set_property_int32(
    xmp: *mut Xmp,
    schema: *const c_char,
    name: *const c_char,
    value: i32,
    optionbits: u32
) -> bool