pub unsafe extern "system" fn CreateHardLinkA(
    lpFileName: *const i8,
    lpExistingFileName: *const i8,
    lpSecurityAttributes: *mut SECURITY_ATTRIBUTES
) -> i32