pub unsafe extern "C" fn dwfl_thread_getframes(
    thread: *mut Dwfl_Thread,
    callback: Option<unsafe extern "C" fn(*mut Dwfl_Frame, *mut c_void) -> i32>,
    arg: *mut c_void
) -> i32