[][src]Type Definition libperl_sys::Perl_keyword_plugin_t

type Perl_keyword_plugin_t = Option<unsafe extern "C" fn(my_perl: *mut PerlInterpreter, arg1: *mut c_char, arg2: STRLEN, arg3: *mut *mut OP) -> c_int>;