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