pub unsafe fn skyrim_cast<To, From>(
from: *mut From,
) -> Result<*mut To, DataBaseError>where
From: 'static + CxxVirtClass,
To: 'static + CxxVirtClass,
pub unsafe fn skyrim_cast<To, From>(
from: *mut From,
) -> Result<*mut To, DataBaseError>where
From: 'static + CxxVirtClass,
To: 'static + CxxVirtClass,