pub unsafe extern "C" fn EVP_EncryptUpdate( ctx: *mut EVP_CIPHER_CTX, out: *mut u8, outl: *mut i32, in_: *const u8, inl: i32, ) -> i32