pub unsafe extern "C" fn pw_check_library_version(
    major: c_int,
    minor: c_int,
    micro: c_int
) -> bool
Expand description

Return TRUE if the currently linked PipeWire library version is equal or newer than the specified version. Since 0.3.75