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