pub unsafe extern "system" fn CreateDirectoryA(
    lppathname: PCSTR,
    lpsecurityattributes: *const SECURITY_ATTRIBUTES
) -> BOOL
Expand description

Required features: "Win32_Foundation", "Win32_Security"