pub unsafe extern "C" fn dwfl_attach_state(
    dwfl: *mut Dwfl,
    elf: *mut Elf,
    pid: i32,
    thread_callbacks: *const Dwfl_Thread_Callbacks,
    dwfl_arg: *mut c_void
) -> bool