pub unsafe extern "C" fn gst_video_is_common_aspect_ratio(
    width: c_int,
    height: c_int,
    par_n: c_int,
    par_d: c_int
) -> gboolean