pub unsafe extern "C" fn pw_core_info_merge(
info: *mut pw_core_info,
update: *const pw_core_info,
reset: bool,
) -> *mut pw_core_info
Expand description
Update an existing \ref pw_core_info with \a update. When info is NULL, a new one will be allocated. Returns NULL on failure