pub fn set_form_fields(
    form: FORM,
    fields: &mut Vec<FIELD>
) -> Result<(), NCurseswFormError>
Expand description

Changes the field pointer array of the given form.