pub unsafe extern "C" fn obs_hotkey_pair_set_names(
    id: obs_hotkey_pair_id,
    name0: *const c_char,
    name1: *const c_char
)