pub fn create_directory<'a, SA>(path_name: &WStr, sec_attrs: SA) -> OsResult<()>where SA: Into<Option<&'a mut SecurityAttributes<'a>>>,