pub fn form_userptr(
    form: Option<FORM>
) -> Result<*mut c_void, NCurseswFormError>
Expand description

Returns the forms user pointer.

If form is None then the default value is returned.