pub unsafe extern "C" fn dwfl_module_register_names(
    mod_: *mut Dwfl_Module,
    callback: Option<unsafe extern "C" fn(*mut c_void, i32, *const i8, *const i8, *const i8, i32, i32) -> i32>,
    arg: *mut c_void
) -> i32