pub unsafe extern "C" fn UA_Variant_setScalarCopy(
    v: *mut UA_Variant,
    p: *const c_void,
    type_: *const UA_DataType
) -> UA_StatusCode