Skip to main content

Perl_call_atexit

Function Perl_call_atexit 

Source
pub unsafe fn Perl_call_atexit(
    my_perl: *mut PerlInterpreter,
    fn_: ATEXIT_t,
    ptr: *mut c_void,
)
Expand description