pub unsafe extern "C" fn EC_KEY_derive_from_secret(
    group: *const EC_GROUP,
    secret: *const u8,
    secret_len: usize
) -> *mut EC_KEY