pub fn pippenger_optional_multiscalar_mul<I, J>(
    scalars: I,
    points: J,
) -> Option<EdwardsPoint>
Available on crate feature alloc only.