There seems to be unneeded code for [manual alignment in the `*_context_create` function](https://github.com/rust-bitcoin/rust-secp256k1/blob/4864a33a622e25e9b61823a06ee57d8ecd5744b4/secp256k1-sys/src/lib.rs#L799-L805). `alloc` already returns memory aligned to `ALIGN_TO`. Am I missing something?
There seems to be unneeded code for manual alignment in the
*_context_createfunction.allocalready returns memory aligned toALIGN_TO. Am I missing something?