pub unsafe fn SHGetNewLinkInfoA<P0, P1>(
    pszlinkto: P0,
    pszdir: P1,
    pszname: &mut [u8; 260],
    pfmustcopy: *mut BOOL,
    uflags: u32
) -> BOOL
where P0: IntoParam<PCSTR>, P1: IntoParam<PCSTR>,