pub type BCRYPT_OID = _BCRYPT_OID;
#[repr(C)]pub struct BCRYPT_OID { pub cbOID: u64, pub pbOID: *mut u8, }
cbOID: u64
pbOID: *mut u8