pub fn update_max_close_factor(
    deps: DepsMut<'_>,
    info: MessageInfo,
    max_close_factor: Decimal
) -> ContractResult<Response>