pub unsafe extern "system" fn lstrcpynA(
    lpString1: *mut i8,
    lpString2: *const i8,
    iMaxLength: i32
) -> *mut i8