Function Perl_newSVbool

Source
pub unsafe extern "C" fn Perl_newSVbool(
    my_perl: *mut PerlInterpreter,
    bool_val: bool,
) -> *mut SV