pub unsafe extern "C" fn unw_get_proc_name(
    cur: *mut unw_cursor_t,
    buf: *mut c_char,
    len: size_t,
    offp: *mut unw_word_t
) -> c_int