Function regorust::regoInputNull

source ยท
pub unsafe extern "C" fn regoInputNull(
    input: *mut regoInput,
) -> regoEnum
Expand description

@brief Adds a null value to the input object. @param input The input object. @return REGO_OK if successful, REGO_ERROR otherwise.