[][src]Type Definition bash_plugin_rs::sh_builtin_func_t

type sh_builtin_func_t = Option<unsafe extern "C" fn(arg1: *mut WORD_LIST) -> c_int>;