pub unsafe extern "C" fn obs_hotkey_register_source(
    source: *mut obs_source_t,
    name: *const c_char,
    description: *const c_char,
    func: obs_hotkey_func,
    data: *mut c_void
) -> obs_hotkey_id