pub unsafe extern "C" fn gst_util_fraction_multiply_int64( a_n: i64, a_d: i64, b_n: i64, b_d: i64, res_n: *mut i64, res_d: *mut i64, ) -> gboolean