pub unsafe extern "C" fn blst_derive_child_eip2333(
    out_SK: *mut blst_scalar,
    SK: *const blst_scalar,
    child_index: u32
)