Function CreateHardLinkA

pub unsafe extern "system" fn CreateHardLinkA(
    lpfilename: PCSTR,
    lpexistingfilename: PCSTR,
    lpsecurityattributes: *const SECURITY_ATTRIBUTES,
) -> BOOL