Function Perl_sv_set_bool

Source
pub unsafe extern "C" fn Perl_sv_set_bool(
    my_perl: *mut PerlInterpreter,
    sv: *mut SV,
    bool_val: bool,
)