Skip to main content

Perl_pv_display

Function Perl_pv_display 

Source
pub unsafe fn Perl_pv_display(
    my_perl: *mut PerlInterpreter,
    dsv: *mut SV,
    pv: *const c_char,
    cur: STRLEN,
    len: STRLEN,
    pvlim: STRLEN,
) -> *mut c_char
Expand description

thx shim for crate::Perl_pv_display.