fn __parse_allocation<'input>(
__input: &'input str,
__state: &mut ParseState<'input>,
__err_state: &mut ErrorState,
__pos: usize,
) -> RuleResult<(usize, Named<Dtype>)>
fn __parse_allocation<'input>(
__input: &'input str,
__state: &mut ParseState<'input>,
__err_state: &mut ErrorState,
__pos: usize,
) -> RuleResult<(usize, Named<Dtype>)>