#[no_mangle]
pub unsafe extern "C" fn dc_array_search_id(
    array: *const dc_array_t,
    needle: c_uint,
    ret_index: *mut size_t
) -> c_int