Function brotli::enc::literal_cost::EstimateBitCostsForLiteralsUTF8

source ยท
fn EstimateBitCostsForLiteralsUTF8(
    pos: usize,
    len: usize,
    mask: usize,
    data: &[u8],
    cost: &mut [floatX],
)