pub unsafe extern "C" fn obs_data_set_string(
    data: *mut obs_data_t,
    name: *const c_char,
    val: *const c_char
)