Skip to main content

Perl_calloc

Function Perl_calloc 

Source
pub unsafe fn Perl_calloc(
    my_perl: *mut PerlInterpreter,
    elements: usize,
    size: usize,
) -> *mut c_void
Expand description

thx shim for crate::Perl_calloc.