pub fn secp256k1_recover(
    message_arr: &[u8],
    serialized_signature: &[u8]
) -> Result<[u8; 33], LibSecp256k1Error>