pub unsafe extern "system" fn LdrLoadDll(
    DllPath: PWSTR,
    DllCharacteristics: PULONG,
    DllName: PUNICODE_STRING,
    DllHandle: *mut PVOID
) -> NTSTATUS