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