pub unsafe fn CreateFileA<P0, P1>(
    lpfilename: P0,
    dwdesiredaccess: u32,
    dwsharemode: FILE_SHARE_MODE,
    lpsecurityattributes: Option<*const SECURITY_ATTRIBUTES>,
    dwcreationdisposition: FILE_CREATION_DISPOSITION,
    dwflagsandattributes: FILE_FLAGS_AND_ATTRIBUTES,
    htemplatefile: P1
) -> Result<HANDLE>where
    P0: IntoParam<PCSTR>,
    P1: IntoParam<HANDLE>,
Expand description

Required features: "Win32_Storage_FileSystem", "Win32_Foundation", "Win32_Security"