Function Perl_sv_cmp

Source
pub unsafe extern "C" fn Perl_sv_cmp(
    my_perl: *mut PerlInterpreter,
    sv1: *mut SV,
    sv2: *mut SV,
) -> I32