pub fn read_config_file(
    cursor: Cursor<&[u8]>,
    prefix: String
) -> Result<bool, String>