pub unsafe extern "C" fn obs_volmeter_add_callback(
    volmeter: *mut obs_volmeter_t,
    callback: obs_volmeter_updated_t,
    param: *mut c_void
)