Function newtListboxInsertEntry

Source
pub unsafe extern "C" fn newtListboxInsertEntry(
    co: newtComponent,
    text: *const c_char,
    data: *const c_void,
    key: *mut c_void,
) -> c_int