pub unsafe extern "C" fn dwfl_getthreads(
    dwfl: *mut Dwfl,
    callback: Option<unsafe extern "C" fn(*mut Dwfl_Thread, *mut c_void) -> i32>,
    arg: *mut c_void
) -> i32