public static Fixed16Dot16 MulFix(int a, Fixed16Dot16 b) { return(Fixed16Dot16.FromRawValue((int)FT.FT_MulFix((IntPtr)a, (IntPtr)b.Value))); }