pub unsafe fn TTEnableEmbeddingForFacename<P0, P1>(
    lpszfacename: P0,
    benable: P1
) -> i32
where P0: IntoParam<PCSTR>, P1: IntoParam<BOOL>,