Function CreateDirectoryExW

Source
pub unsafe extern "C" fn CreateDirectoryExW(
    lpTemplateDirectory: LPCWSTR,
    lpNewDirectory: LPCWSTR,
    lpSecurityAttributes: LPSECURITY_ATTRIBUTES,
) -> BOOL