pub unsafe extern "system" fn CoInitializeSecurity(
    psecdesc: PSECURITY_DESCRIPTOR,
    cauthsvc: i32,
    asauthsvc: *const SOLE_AUTHENTICATION_SERVICE,
    preserved1: *const c_void,
    dwauthnlevel: RPC_C_AUTHN_LEVEL,
    dwimplevel: RPC_C_IMP_LEVEL,
    pauthlist: *const c_void,
    dwcapabilities: u32,
    preserved3: *const c_void
) -> HRESULT
Expand description

Required features: "Win32_Security"