janet_getmethod

Function janet_getmethod 

Source
pub unsafe extern "C-unwind" fn janet_getmethod(
    method: JanetKeyword,
    methods: *const JanetMethod,
    out: *mut Janet,
) -> c_int